[Iphone] - Problem in saving file using NSCoding

Posted by Matte Gary on Stack Overflow See other posts from Stack Overflow or by Matte Gary
Published on 2010-05-10T17:47:52Z Indexed on 2010/05/10 18:44 UTC
Read the original article Hit count: 331

Filed under:
|
|
|
|

Hi everybody,

I've a problem with Iphone programming... I've a NSMutableArray containing object of type "MyClass". MyClass has some parameters, like NSNumber and NSString.

I've followed the Apple Tutorial about coding and decoding object using NSCoding, but when I try to decode the file I've stored, the NSMutableArray contain object of type "MyClass", but with wrong parameters.

I think i've done all I've to do (including protocol, including methods like initwithencode etc), but it's still not working...

Any suggestions?

Thanks a lot! And sorry for my English XD

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode